home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 007 / asmexam.arc / README.BAK < prev    next >
Encoding:
Text File  |  1983-11-19  |  1.6 KB  |  36 lines

  1. ***********************************************************************
  2. *                                                                     *
  3. *   The files on this disk are all examples used in the               *
  4. *   Beginning Assembly Language course for the IBM PC                 *
  5. *   Users Group held July-Oct 1984  by Jeanne Pitz                    *
  6. *                                                                     *
  7. *                                                                     *
  8. *                                                                     *
  9. ***********************************************************************
  10.  
  11.  
  12.  
  13. ==================== Run these files only under debug ==================
  14. ==================== and single step using T command  ==================
  15. File Name
  16.  
  17. MOVINST      mov instructions run single step under debug
  18. ASCADJ       decimal and ascii adjust instrucions
  19. JUMP         near jum instructions
  20. ARITH        arithmetic instructions
  21. LOGIC        logical instructions
  22. STRING       string instructions
  23. ODDS         odds and ends
  24. ASCIIBIN     Ascii to binary conversion example
  25. ASCIBIN1     Variation on ascii/binary conversion
  26.  
  27.  
  28. =======================  Runable without debug =======================
  29. File Name
  30.  
  31. MEMSIZE      checks memory size and if > 512 updates memsize variable
  32. PASSWORD     For dos 2.1, a way to setup a password for system
  33. FREE         Shows free space on a disk under 2.1 - details FCB
  34. DUMP         Allows file contents to be dumped to printer, file or screen
  35.              details file handles in 2.1
  36.